• frmCustomerRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCustomerRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCustomerRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtContactNo = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel4 = New System.Windows.Forms.Panel()
36         Me.txtCity = New System.Windows.Forms.TextBox()
37         Me.Label2 = New System.Windows.Forms.Label()
38         Me.Panel5 = New System.Windows.Forms.Panel()
39         Me.Button1 = New System.Windows.Forms.Button()
40         Me.btnClose = New System.Windows.Forms.Button()
41         Me.Panel3 = New System.Windows.Forms.Panel()
42         Me.txtCustomerName = New System.Windows.Forms.TextBox()
43         Me.Label3 = New System.Windows.Forms.Label()
44         Me.dgw = New System.Windows.Forms.DataGridView()
45         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column5 = New System.Windows.Forms.DataGridViewImageColumn()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.lblSet = New System.Windows.Forms.Label()
59         Me.Label1 = New System.Windows.Forms.Label()
60         Me.Panel1.SuspendLayout()
61         Me.Panel6.SuspendLayout()
62         Me.Panel4.SuspendLayout()
63         Me.Panel5.SuspendLayout()
64         Me.Panel3.SuspendLayout()
65         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
66         Me.Panel2.SuspendLayout()
67         Me.SuspendLayout()
68         
'
69         
'Panel1
70         
'
71         Me.Panel1.BackColor = System.Drawing.Color.White
72         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
73         Me.Panel1.Controls.Add(Me.Panel6)
74         Me.Panel1.Controls.Add(Me.Panel4)
75         Me.Panel1.Controls.Add(Me.Panel5)
76         Me.Panel1.Controls.Add(Me.Panel3)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.Panel2)
79         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
80         Me.Panel1.Name =
"Panel1"
81         Me.Panel1.Size = New System.Drawing.Size(
1147, 618)
82         Me.Panel1.TabIndex =
2
83         
'
84         
'Panel6
85         
'
86         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
87         Me.Panel6.Controls.Add(Me.txtContactNo)
88         Me.Panel6.Controls.Add(Me.Label4)
89         Me.Panel6.Location = New System.Drawing.Point(
447, 75)
90         Me.Panel6.Name =
"Panel6"
91         Me.Panel6.Size = New System.Drawing.Size(
213, 70)
92         Me.Panel6.TabIndex =
50
93         
'
94         
'txtContactNo
95         
'
96         Me.txtContactNo.BackColor = System.Drawing.Color.White
97         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.txtContactNo.Location = New System.Drawing.Point(
13, 30)
99         Me.txtContactNo.Name =
"txtContactNo"
100         Me.txtContactNo.Size = New System.Drawing.Size(
183, 21)
101         Me.txtContactNo.TabIndex =
13
102         
'
103         
'Label4
104         
'
105         Me.Label4.AutoSize = True
106         Me.Label4.Location = New System.Drawing.Point(
10, 10)
107         Me.Label4.Name =
"Label4"
108         Me.Label4.Size = New System.Drawing.Size(
122, 13)
109         Me.Label4.TabIndex =
12
110         Me.Label4.Text =
"Search By Contact No. :"
111         
'
112         
'Panel4
113         
'
114         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
115         Me.Panel4.Controls.Add(Me.txtCity)
116         Me.Panel4.Controls.Add(Me.Label2)
117         Me.Panel4.Location = New System.Drawing.Point(
228, 75)
118         Me.Panel4.Name =
"Panel4"
119         Me.Panel4.Size = New System.Drawing.Size(
213, 70)
120         Me.Panel4.TabIndex =
49
121         
'
122         
'txtCity
123         
'
124         Me.txtCity.BackColor = System.Drawing.Color.White
125         Me.txtCity.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.txtCity.Location = New System.Drawing.Point(
13, 30)
127         Me.txtCity.Name =
"txtCity"
128         Me.txtCity.Size = New System.Drawing.Size(
183, 21)
129         Me.txtCity.TabIndex =
13
130         
'
131         
'Label2
132         
'
133         Me.Label2.AutoSize = True
134         Me.Label2.Location = New System.Drawing.Point(
10, 10)
135         Me.Label2.Name =
"Label2"
136         Me.Label2.Size = New System.Drawing.Size(
82, 13)
137         Me.Label2.TabIndex =
12
138         Me.Label2.Text =
"Search By City :"
139         
'
140         
'Panel5
141         
'
142         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
143         Me.Panel5.Controls.Add(Me.Button1)
144         Me.Panel5.Controls.Add(Me.btnClose)
145         Me.Panel5.Location = New System.Drawing.Point(
666, 75)
146         Me.Panel5.Name =
"Panel5"
147         Me.Panel5.Size = New System.Drawing.Size(
188, 70)
148         Me.Panel5.TabIndex =
42
149         
'
150         
'Button1
151         
'
152         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
153         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
154         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.Button1.Location = New System.Drawing.Point(
10, 23)
156         Me.Button1.Name =
"Button1"
157         Me.Button1.Size = New System.Drawing.Size(
82, 28)
158         Me.Button1.TabIndex =
5
159         Me.Button1.Text =
"&Reset"
160         Me.Button1.UseVisualStyleBackColor = True
161         
'
162         
'btnClose
163         
'
164         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
165         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
166         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.btnClose.Location = New System.Drawing.Point(
97, 23)
168         Me.btnClose.Name =
"btnClose"
169         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
170         Me.btnClose.TabIndex =
4
171         Me.btnClose.Text =
"&Close"
172         Me.btnClose.UseVisualStyleBackColor = True
173         
'
174         
'Panel3
175         
'
176         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
177         Me.Panel3.Controls.Add(Me.txtCustomerName)
178         Me.Panel3.Controls.Add(Me.Label3)
179         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
180         Me.Panel3.Name =
"Panel3"
181         Me.Panel3.Size = New System.Drawing.Size(
213, 70)
182         Me.Panel3.TabIndex =
48
183         
'
184         
'txtCustomerName
185         
'
186         Me.txtCustomerName.BackColor = System.Drawing.Color.White
187         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         Me.txtCustomerName.Location = New System.Drawing.Point(
13, 30)
189         Me.txtCustomerName.Name =
"txtCustomerName"
190         Me.txtCustomerName.Size = New System.Drawing.Size(
183, 21)
191         Me.txtCustomerName.TabIndex =
13
192         
'
193         
'Label3
194         
'
195         Me.Label3.AutoSize = True
196         Me.Label3.Location = New System.Drawing.Point(
10, 10)
197         Me.Label3.Name =
"Label3"
198         Me.Label3.Size = New System.Drawing.Size(
140, 13)
199         Me.Label3.TabIndex =
12
200         Me.Label3.Text =
"Search By Customer Name :"
201         
'
202         
'dgw
203         
'
204         Me.dgw.AllowUserToAddRows = False
205         Me.dgw.AllowUserToDeleteRows = False
206         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
207         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
208         Me.dgw.BackgroundColor = System.Drawing.Color.White
209         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
210         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
211         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
212         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
214         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
215         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
216         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
217         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
218         Me.dgw.ColumnHeadersHeight =
30
219         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column12, Me.Column8, Me.Column4, Me.Column6, Me.Column7, Me.Column9, Me.Column10, Me.Column11, Me.Column5})
220         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
221         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
222         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
223         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
224         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
225         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
226         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
227         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
228         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
229         Me.dgw.EnableHeadersVisualStyles = False
230         Me.dgw.GridColor = System.Drawing.Color.White
231         Me.dgw.Location = New System.Drawing.Point(
9, 151)
232         Me.dgw.MultiSelect = False
233         Me.dgw.Name =
"dgw"
234         Me.dgw.ReadOnly = True
235         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
236         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
237         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
238         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
240         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
241         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
242         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
243         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
244         Me.dgw.RowHeadersWidth =
25
245         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
246         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
247         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
248         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
249         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
250         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
251         Me.dgw.RowTemplate.Height =
50
252         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
253         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
254         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
255         Me.dgw.Size = New System.Drawing.Size(
1128, 455)
256         Me.dgw.TabIndex =
43
257         
'
258         
'Column1
259         
'
260         Me.Column1.HeaderText =
"ID"
261         Me.Column1.Name =
"Column1"
262         Me.Column1.ReadOnly = True
263         Me.Column1.Visible = False
264         
'
265         
'Column2
266         
'
267         Me.Column2.HeaderText =
"Customer ID"
268         Me.Column2.Name =
"Column2"
269         Me.Column2.ReadOnly = True
270         
'
271         
'Column3
272         
'
273         Me.Column3.HeaderText =
"Customer Name"
274         Me.Column3.Name =
"Column3"
275         Me.Column3.ReadOnly = True
276         
'
277         
'Column12
278         
'
279         Me.Column12.HeaderText =
"Gender"
280         Me.Column12.Name =
"Column12"
281         Me.Column12.ReadOnly = True
282         
'
283         
'Column8
284         
'
285         Me.Column8.HeaderText =
"Address"
286         Me.Column8.Name =
"Column8"
287         Me.Column8.ReadOnly = True
288         
'
289         
'Column4
290         
'
291         Me.Column4.HeaderText =
"City"
292         Me.Column4.Name =
"Column4"
293         Me.Column4.ReadOnly = True
294         
'
295         
'Column6
296         
'
297         Me.Column6.HeaderText =
"State"
298         Me.Column6.Name =
"Column6"
299         Me.Column6.ReadOnly = True
300         
'
301         
'Column7
302         
'
303         Me.Column7.HeaderText =
"Zip Code"
304         Me.Column7.Name =
"Column7"
305         Me.Column7.ReadOnly = True
306         
'
307         
'Column9
308         
'
309         Me.Column9.HeaderText =
"Contact No."
310         Me.Column9.Name =
"Column9"
311         Me.Column9.ReadOnly = True
312         
'
313         
'Column10
314         
'
315         Me.Column10.HeaderText =
"Email ID"
316         Me.Column10.Name =
"Column10"
317         Me.Column10.ReadOnly = True
318         
'
319         
'Column11
320         
'
321         Me.Column11.HeaderText =
"Remarks"
322         Me.Column11.Name =
"Column11"
323         Me.Column11.ReadOnly = True
324         
'
325         
'Column5
326         
'
327         Me.Column5.HeaderText =
"Photo"
328         Me.Column5.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom
329         Me.Column5.Name =
"Column5"
330         Me.Column5.ReadOnly = True
331         Me.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
332         Me.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
333         
'
334         
'Panel2
335         
'
336         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
337         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
338         Me.Panel2.Controls.Add(Me.lblSet)
339         Me.Panel2.Controls.Add(Me.Label1)
340         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
341         Me.Panel2.Name =
"Panel2"
342         Me.Panel2.Size = New System.Drawing.Size(
1128, 62)
343         Me.Panel2.TabIndex =
0
344         
'
345         
'lblSet
346         
'
347         Me.lblSet.AutoSize = True
348         Me.lblSet.Location = New System.Drawing.Point(
615, 27)
349         Me.lblSet.Name =
"lblSet"
350         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
351         Me.lblSet.TabIndex =
44
352         Me.lblSet.Text =
"Set"
353         Me.lblSet.Visible = False
354         
'
355         
'Label1
356         
'
357         Me.Label1.AutoSize = True
358         Me.Label1.BackColor = System.Drawing.Color.Transparent
359         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
360         Me.Label1.ForeColor = System.Drawing.Color.White
361         Me.Label1.Location = New System.Drawing.Point(
451, 18)
362         Me.Label1.Name =
"Label1"
363         Me.Label1.Size = New System.Drawing.Size(
173, 24)
364         Me.Label1.TabIndex =
0
365         Me.Label1.Text =
"List Of Customers"
366         
'
367         
'frmCustomerRecord
368         
'
369         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
370         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
371         Me.BackColor = System.Drawing.Color.DarkSlateGray
372         Me.ClientSize = New System.Drawing.Size(
1171, 644)
373         Me.Controls.Add(Me.Panel1)
374         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
375         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
376         Me.MaximizeBox = False
377         Me.MinimizeBox = False
378         Me.Name =
"frmCustomerRecord"
379         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
380         Me.Panel1.ResumeLayout(False)
381         Me.Panel6.ResumeLayout(False)
382         Me.Panel6.PerformLayout()
383         Me.Panel4.ResumeLayout(False)
384         Me.Panel4.PerformLayout()
385         Me.Panel5.ResumeLayout(False)
386         Me.Panel3.ResumeLayout(False)
387         Me.Panel3.PerformLayout()
388         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
389         Me.Panel2.ResumeLayout(False)
390         Me.Panel2.PerformLayout()
391         Me.ResumeLayout(False)
392
393     End Sub
394     Friend WithEvents Panel1 As System.Windows.Forms.Panel
395     Friend WithEvents Panel2 As System.Windows.Forms.Panel
396     Friend WithEvents Label1 As System.Windows.Forms.Label
397     Friend WithEvents Panel5 As System.Windows.Forms.Panel
398     Friend WithEvents btnClose As System.Windows.Forms.Button
399     Friend WithEvents dgw As System.Windows.Forms.DataGridView
400     Friend WithEvents lblSet As System.Windows.Forms.Label
401     Friend WithEvents Panel4 As System.Windows.Forms.Panel
402     Friend WithEvents txtCity As System.Windows.Forms.TextBox
403     Friend WithEvents Label2 As System.Windows.Forms.Label
404     Friend WithEvents Panel3 As System.Windows.Forms.Panel
405     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
406     Friend WithEvents Label3 As System.Windows.Forms.Label
407     Friend WithEvents Button1 As System.Windows.Forms.Button
408     Friend WithEvents Panel6 As System.Windows.Forms.Panel
409     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
410     Friend WithEvents Label4 As System.Windows.Forms.Label
411     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
412     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
413     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
414     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
415     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
416     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
417     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
418     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
419     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
420     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
421     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
422     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewImageColumn
423
424 End Class


Gõ tìm kiếm nhanh...